home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / InvisiMail Lite / IM40lite.exe / MailView.exe / 0 / RCDATA / TFRMMOUSECAPTURE / TFRMMOUSECAPTURE.txt
Encoding:
Text File  |  2000-05-25  |  941 b   |  47 lines

  1. object frmMouseCapture: TfrmMouseCapture
  2.   Left = 354
  3.   Top = 258
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Now recording random mouse movements...'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnMouseMove = FormMouseMove
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 37
  20.     Top = 116
  21.     Width = 353
  22.     Height = 13
  23.     Caption = 
  24.       'Please use the mouse to scribble randomly on this form for a few' +
  25.       ' seconds...'
  26.   end
  27.   object btnClose: TButton
  28.     Left = 340
  29.     Top = 236
  30.     Width = 75
  31.     Height = 25
  32.     Caption = '&Cancel'
  33.     Default = True
  34.     ModalResult = 2
  35.     TabOrder = 0
  36.   end
  37.   object ProgressBar1: TProgressBar
  38.     Left = 72
  39.     Top = 136
  40.     Width = 285
  41.     Height = 16
  42.     Min = 0
  43.     Max = 100
  44.     TabOrder = 1
  45.   end
  46. end
  47.